-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement support for VCF 452 APIs #21
Conversation
The update is required as new APIs for rotation of certificate from external CA have been included in the 452 release, that the VCF provider needs to make use of. Reverted manually changes to ResourcePoolSpec and SDDCNSXTSpec, changed in previous commits. Testing done: go mod tidy go build Signed-off-by: Dimitar Proynov <proynovd@vmware.com>
Testing done: go mod tidy go build Signed-off-by: Dimitar Proynov <proynovd@vmware.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🏗️
Yes. Please change it to 4.5.2.
…On Wed, Oct 18, 2023 at 9:16 AM Dimitar Proynov ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In swagger.json
<#21 (comment)>:
> @@ -2,7 +2,7 @@
"swagger" : "2.0",
"info" : {
"description" : "VMware Cloud Foundation is an integrated software stack that bundles the VMware virtualization and management components like compute virtualization (vSphere), storage virtualization (vSAN), network virtualization (NSX), and cloud management (vRealize Suite). VCF consists of Cloud Builder - that automates the bringup of the management infrastructure and SDDC Manager - that automates the workload domain management, lifecycle and operations. This API reference guide covers APIs of both Cloud Builder and SDDC Manager",
- "version" : "4.5.0",
+ "version" : "4.5.2-vcf4520RELEASE",
It came from the recommended build (the same for some mouths now) from
vcf4520. Maybe I should leave "4.5.2" only?
—
Reply to this email directly, view it on GitHub
<#21 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBQLG5KGUSGGAMGOCLZLBTX77JBZAVCNFSM6AAAAAA6D6R422VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTMOBVGA2TEOJTGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Testing done: go mod tidy go build Signed-off-by: Dimitar Proynov <proynovd@vmware.com>
f0267b9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
The update is required as new APIs for rotation of certificate from external CA have been included in the 452 release, that the VCF provider needs to make use of.
Reverted manually changes to ResourcePoolSpec and SDDCNSXTSpec, changed in previous commits.
In order to have a good experience with our community, we recommend that you read the contributing guidelines for making a pull request.
Summary of Pull Request
Implement support for VCF 452 APIs
Type of Pull Request
Please describe:
Related to Existing Issues
Issue Number: N/A
Test and Documentation Coverage
Testing done:
go mod tidy
go build
For bug fixes or features:
Breaking Changes?